Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

7.3 - Http/Response.md

File metadata and controls

6 lines (4 loc) · 248 Bytes

Http\Response

Http响应对象,通过调用此对象的方法,实现Http响应发送。

  • Response对象销毁时,如果未调用end发送Http响应,底层会自动执行end
  • 请勿使用&符号引用$response对象